home *** CD-ROM | disk | FTP | other *** search
- Whats New In v1.1 ?
- ====================
-
- o Popup Menus. This is similar to form_alert() in that you don't need to put
- anything in your RSC file to use popups - you just call form_popup() and the
- object tree is built on the fly then thrown away when it has been used.
-
- o GUI Mode Configuration. Set right button to simulate double click on left,
- etc.
-
- o Colour-to-monochrome resource file convertion.
-
- o Bug fixes.
-
- Whats New In v1.2 ?
- ====================
-
- o Multi-Layer keyboard handler routines - this is a biggy, so better read the
- docs.
-
- Whats New In v1.3 ?
- ====================
-
- o Derived from the keyboard handler routines, a full blown multi-line scrolling
- Text Editor widget is provided, allowing all the standard text editting
- functions with no intervention from the programmer at all. You'll not write
- Tempus2 with this, but you may find it quite useful if you need a spot of
- text editting within a larger program. Suprisingly, this is less complex to
- use than the Keyboard handler :)
-
- o Finally fixed the dialog custom object redraw routines to stop corrupting
- things when updating background windows.
-
- o Recoded the popup menus to be click-click or hold-release, and mouse
- tracking.
- o Recoded icon popups to be click-click and mouse tracking.
-
- o Extended system variables and clipping inside callback funtions
- (cr_clip & cr_dclip now always defined, not just in redraw callbacks).
-
- o Added functions for handling editable text objects.
-
- o Timed callbacks - routines that are called every few milliseconds
- for you. Great for doing animations & stuff, or having a dialog
- close itself after a few seconds.
-
- o Added PollEvent() to check & see if any events are pending, and return
- after a set time. Good for checking the GUI if you are doing long
- calculations, as it lets accessories get in, and also allows you
- to create abort buttons that can interupt you.
-
- o Fixed a few problems with MiNT, now works fine with MiNTLIBS for
- Lattice C.
-
- o Fixed compatibility with SpeedoGDOS.
-
- o Added direct support for context sensitive help with ST-Guide.
-
- o Can now attatch callback functions to the actual window widgets
- as well. These overide the standard behaviour default of the widget.
-
- o Resource files containing colour icons can be loaded, even on machines
- that are to old to support them. The G_CICON's are converted into
- G_ICON's in that case by DULIB's own resource loader.
-
- Craig.
-
-